Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add publishing workflow #28

Merged
merged 2 commits into from
Oct 3, 2023
Merged

Add publishing workflow #28

merged 2 commits into from
Oct 3, 2023

Conversation

peteryates
Copy link
Member

The new publish action accepts a 'tag' argument and will build and publish that tag when called. It requires manual running for now.

This action will automatically push a gem to both Rubygems and GitHub
package registry when called. I've left it as a manual action to kick
off for now, but it can be fully automated with this snippet later if
necessary:

```
on:
  push:
    tags:
      - '*'
```

https://github.com/dawidd6/action-publish-gem
Copy link
Contributor

@frankieroberto frankieroberto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@peteryates peteryates merged commit 6375557 into main Oct 3, 2023
1 check passed
@peteryates peteryates deleted the add-publish-workflow branch October 3, 2023 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants